@font-face {
    font-family: myown;
    src: url('../css/tahu.ttf');
}

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    text-rendering: optimizeLegibility;
}

body {
    font-family: 'Titillium Web', sans-serif;
    scroll-behavior: smooth;
}



/*************** Reusable ******************/

.row1 {
    max-width: 1200px;
    margin: auto;
}

section {
    overflow: hidden;
}

hr {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: solid 1px #e0e0e0;
}

/* Button */




/*******************************************************************/
/************** Home Page *****/
/*******************************************************************/


/************** Nav Bar *********************/





/*************** Header Section ******************/

.header {
    background:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3 )), url(../photos/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
    position: relative;
}


.hero-text h1{
    font-size: 9rem;
    font-family: myown;
    position: absolute;
    top: 20%;
    left: 10%;
    color: #e44b1c;
}

.hero-text h4 {
    position: absolute;     
    top: 35%;
    left: 15%;
    color: #fff;
    font-size: 2rem;
}


/***********Search Bar*******************************************/

.search-box {
    margin: auto;
    position: absolute;
    background-color:  white;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    height: 6rem;
    border: 4px solid #e44b1c;
    padding: 0px 10px;
    border-radius: 15px;
}

.search-container {
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.search-txt {
    border: none;
    height: 100%;
    width: 100%;
    padding: 0 0;
    font-size: 1.8rem;
    font-weight: 400;
    transition: .4s;
}

.search-txt:focus {
    outline: none;
}

.search-btn {
    background-color: #fff;
    padding: 5px;
    font-size: 1.6rem;
    color: #000000;
    border: none;
    float: right;
    transform: translateY(-125%);
}

#area-list {
    width: 100%;
    height: 150px;
    overflow-y: auto;
	
}

#area-list ul {
    width: 100%;
    padding: 10px;
}

#area-list ul li {
    font-size: 20px;
    color: rgb(43, 24, 24);
    padding-bottom: .4rem;
    padding-left: .2rem;
    background-color: #ffffff;
    overflow: hidden;
    display: block;
	cursor:pointer;
}
#area2-list {
    width: 100%;
    height: 150px;
    overflow-y: auto;
	
}

#area2-list ul {
    width: 100%;
    padding: 10px;
}

#area2-list ul li {
    font-size: 20px;
    color: rgb(43, 24, 24);
    padding-bottom: .4rem;
    padding-left: .2rem;
    background-color: #ffffff;
    overflow: hidden;
    display: block;
	cursor:pointer;
}


/**************************************************************************/



/******************** home1 **********************/

.home1 {
    max-width: 1200px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.home1 h2 {
    text-align: center;
    margin-top: 4rem;
    font-size: 4rem;
}

.home1 h4 {
    text-align: center;
    margin-top: 2rem;
    font-size: 1.6rem;
    margin-bottom: 4rem;
}



.row1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.hm-col-3 {
    position: relative;
    flex-wrap: wrap;
    flex-basis: 30%;
    box-shadow: 0px 0px 20x 0px rgba(0, 0, 0, 0.1);
    min-width: 300px;
    margin-bottom: 6rem;
}

.hm-col-3 img {
    border-radius: 5px;
    width: 100%;
}

.hm-col-3 h3 {
    padding-top: 1.2rem;
    font-size:3rem;
    color: #ff523b;
}

.hm-col-3 h4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size:1.5rem;
    text-align: left;
}

.order-btn {
    font-size: large;
    position: absolute;
    bottom: -1.5rem;
    right: 1rem;
    border-radius: .5rem;
    border-style:dashed;
    padding: .5rem 2.5rem;
    background: #ffffff;
    color: #ff523b;
    border-color: #ff523b;
}

.order-btn:focus {
    outline: none;
}

.order-btn:hover {
    color: #fff;
    background: #ff523b;
    cursor:pointer;
}

.order-btn:active{
    background: #28a745;
    color: #000;
    border-style: solid;
    border-width: 2px;
    border-color:#43df67;
}

.food-h1{
    color: #ff523b;
    margin: 2rem;
    padding-left: 2rem;
    font-size: 3rem;

}


/******************** home4 **********************/

.home2 {
    width: 100%;
}

.ostep img {
    width: 100%;
}

/******************** home4 **********************/

.home4 {
    width: 100%;
}

.ostep img {
    width: 100%;
}




/************* Footer *******************/

.footer {
    margin: 0 auto;
    background: #070707;
    height: 50vh;
    width: 100%;
    padding: 6rem 0;
}

.foot1 {
    font-size:small;
    position: relative;
    max-width: 120rem;
    margin: 0 auto;
    color: #e9f4fb;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1.8fr;
    grid-column-gap: 1rem;
}

.ft-logo {
    height: 3.5rem;
    margin-left: 0;
    width: auto;
}

.ft1 {
    justify-content: left;
}

.ft5 {
    padding-left: 2rem;
}

.ft2 h5, .ft3 h5, .ft4 h5, .ft5 h5{
    color:rgb(141, 141, 141);
    line-height: 2;
    text-transform: uppercase;
    font-weight: 300;
    
}



/*******************************************************************/
/************** Restaurant Page *****/
/*******************************************************************/


/************** Easy Guide ******************/

.container2 {
    padding-top: 10vh;
    height: 15vh;
}

.nav2{
    font-size:medium;
    max-width: 110rem;
    margin: 0 auto;
    color: #22282c;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 1rem;
}

.gd h4 {
    display: inline-block;
    font-size: 1.5rem;
}

.gd-nm {
    padding: .2rem 1rem;
    background-color: #f5d9d0;
    color: #070707;
    border-width: 1;
    border-radius: 5rem;
}


/******************* Search food ***********************/


.search2 {
    position: relative;
    height: 50vh;
    background:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3 )), url(../photos/bg3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

.search-header2 h1 {
    padding-top: 5rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #e9f4fb;
    font-size: 3rem;
    text-align: center;
}

.search-header2 h5 {
    padding-top: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #e9f4fb;
    font-size: 2rem;
    text-align: center;
}

.search-box2 {
    margin: auto;
    position: absolute;
    background-color:  white;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    height: 6rem;
    border: 2px solid #f09174;
    padding: 0px 10px;
    border-radius: 15px;
}

.search-container2 {
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.search-txt2 {
    border: none;
    height: 100%;
    width: 100%;
    padding: 0 0;
    font-size: 1.8rem;
    font-weight: 400;
    transition: .4s;
}

.search-txt2:focus {
    outline: none;
}

.search-btn2 {
    font-size: 2.6rem;
    color: #000000;
    float: right;
}


/************* Restaurant List ********************************/

.restaurant {
    background: #ffffff;
    
}

.restaurant h1 {
    margin-top: 3rem;
}

.row0 {
    display: flex;
    flex-wrap: wrap;
    max-width: 120rem;
    margin: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.row01 {
    display: flex;
    flex-wrap: wrap;
    width: 60rem;
    min-width: 50rem;
    margin: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}


/*

.row01:hover {
    transform: translateY(-1px);
}

*/

.column2 {
    margin-bottom: 2rem;
    margin-top: 2rem;
    background: white;
    flex-basis: 40%;
    max-width: 50rem;
    border: #b8b8b8 1px solid;
    border-radius: 5px;
}

.column21 {
    padding-bottom: 1rem;
    position: relative;
    flex-wrap: wrap;
    flex-basis: 50%;
    min-width: 20rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #ff6922;
}


.column2 img {
    border-radius: 5px;
    padding: .5rem;
    width: 100px;
    overflow: hidden;
}

.column23 img {
    border-radius: 5px;
    padding: .5rem;
    width: 80px;
    overflow: hidden;
}

.column21 h2 {
    color: #1b1b1b;
}

.column21 h3 {
    color: #636363;
}

.star-icon{
    color: #ff523b;
}

.column21 .order-btn-res {
    font-size: large;
    position: absolute;
    bottom: .5rem;
    right: 1rem;
    border-radius: 30px;
    border-style:dashed;
    padding: .5rem 2.5rem;
    background: #ffffff;
    border-color: #ff523b;
}

.order-btn-res:focus {
    outline: none;
}

.order-btn-res:hover {
    color: #fff;
    background: #ff523b;
    cursor:pointer;
}

.order-btn-res:active{
    background: #ff998b;
    color: #000;
    border-style: solid;
    border-width: 2px;
    border-color:#ffa16b;
}







/*******************************************************************/
/************** Acount Page *****/
/******************************************************************


.account {
    padding:5rem;
    background:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3 )), url(../photos/bg3.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.account-container {
    margin-top: 10vh;
    
}


.form-container {
    font-size: medium;
    border-radius: 10px;
    background: #fff;
    height: 50rem;
    width: 30rem;
    position: relative;
    text-align: center;
    padding: 20px 0;
    margin: auto;
    box-shadow: 0px 0px 20x 0px rgba(0,0,0,0.1);
    overflow: hidden;
}
 
.form-container span {
    font-size: 2.5rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: boldf;
    padding: 0 10px;
    color: #555;
    cursor: pointer;
    width: 10rem;
    display: inline-block;
}

.acc-btn {
    font-size: large;
    width: 100%;
    display: inline-block;
    background: #ff523b;
    color:white;
    padding: 8px 30px;
    margin: 30px 0;
    border-radius: 30px;
    border: none;
    cursor: pointer;
}

.acc-btn:focus {
    outline: none;
}


.form-btn {
    display: inline-block;
}

.form-container form {
    color: #ff523b;
    max-width: 300px;
    padding: 0 20px;
    position: absolute;
    top: 80px;
    transition: transform .7s;
}

.form-container form input {
    width: 100%;
    height: 30px;
    margin: 10px 0;
    padding: 0 10px;
    border: 1px solid rgb(175, 175, 175);
}

#LoginForm{
    left: -300px;
}

#LoginForm a {
    font-size: 2rem;
    text-decoration: none;
    color: #ff523b;
    
}

#LoginForm a:hover {
    color: #000;
    cursor: pointer;
}

#Indicator {
    width: 100px;
    border: none;
    background: #ff523b;
    height: 3px;
    margin-top: 8px;
    transform: translateX(105px);
    transition: transform .7s;
}






/***************************************************************?

/***********************Join Us***************************************

.joinus {
    height: 400px;
    width: 100%;
    background-color: white;
    text-align: center;
}

.joinDiv h1{
    margin-top: 70px;
    font-weight: 600;
}





/************************* Intro ********************************

.intro {
    margin: 0;
    background-image: url('../photos/bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment:scroll;
    height: 600px;
    width: 100%;
    background-color: white;
}

.introDiv {
    position: relative;
    padding: 5% 5%;
    width: 100%;
    height: 100%;
    justify-content: center;
    text-align: center;
    background: rgba(50, 50, 50, 0.80);

}

.introtext {
    color: #ff6922;
    height: 20%;
    width: 100%;
}

.introBox {
    position: absolute;
    top: 200px;
    z-index: 1;
    display: flex;
    height: 600px;
}

.introImgBox {
    height: 100%;
    width: 30%;
    margin:20px;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0 13px 20px 0 rgba(0,0,0,.25),
    0 4px 4px 0 rgba(0,0,0,.15);
}

.introimg {
    width: 100%;
    height: 50%;
    background-color: red;
}

.introimg img{
    width: 100%;
    height: 100%;
}
























/***********************Join Us***************************************

.aboutus {
    height: 400px;
    width: 100%;
    background-color: white;
    text-align: center;
}

.aboutDiv h1{
    margin-left:30px;
    margin-right: 30px;
    margin-top: 400px;
    font-weight: 600;
}



/**********************************************************


.enter_data {
    margin-top: 100px;;
}


*/